SagaStartingEvent<'T>Record

PackageFCQRS
Wraps an event that is intended to start a saga. This is typically the message sent to a saga actor upon its creation. <typeparam name="'T">The type of the starting event payload.</typeparam>

Fields

NameTypeDescription
EventEventThe actual event payload that triggers the saga.